home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00465.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  385 b   |  11 lines

  1. on mouseUp
  2.   global md1
  3.   if the castNum of sprite 4 = the number of cast "Fict313.mov" then
  4.     set the castNum of sprite 4 to the number of cast "Fict32.mov"
  5.     set md1 to the duration of cast the number of cast "Fict32.mov" - 3
  6.   else
  7.     set md1 to the duration of cast (the castNum of sprite 4 + 1) - 3
  8.     set the castNum of sprite 4 to the castNum of sprite 4 + 1
  9.   end if
  10. end
  11.